|
|
|
BlueCielo Meridian Global Collaboration Framework 2012 SP1 Administrator's Guide | BlueCielo ECM Solutions |
The Global Collaboration Framework includes a class of utility functions that are used by the Global Collaboration Framework VBScript functions and that you can use in your implementation. The class is known as the GCF Support Component and is implemented in the CollaborationStatusExtension extension as BlueCieloECM.GcfSupport.
To access the functions in BlueCieloECM.GcfSupport from within VBScript, an instance should be created as shown in the following example:
Set obj = AMCreateObject ("BlueCieloECM.GcfSupport", False)
Note This requires BlueCielo Meridian Enterprise. This technique is not supported in BlueCielo GCF/SharePoint.
Warning When creating the BlueCieloECM.GcfSupport instance with the AMCreateObject function, the second parameter should always be set to False to avoid interference between the component and the Meridian Enterprise import and export processors running on the server computer.
The object must be disposed of when it is no longer required:
obj.Dispose Set obj = Nothing
The functions in BlueCieloECM.GcfSupport are described in the following topics. Functions that are not documented in this guide are deprecated and may be removed in a future version of the GCF.
Related concepts
Copyright © 2000-2012 BlueCielo ECM Solutions |